home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / AppKit / Draw / graphicsUndo.subproj / CutGraphicsChange.h < prev    next >
Encoding:
Text File  |  1994-04-27  |  89 b   |  8 lines

  1. @interface CutGraphicsChange : DeleteGraphicsChange
  2. {
  3. }
  4.  
  5. - (NSString *)changeName;
  6.  
  7. @end
  8.